home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / apps / aim315 / AddMan315 < prev    next >
Encoding:
Text File  |  1996-08-01  |  5.8 KB  |  161 lines

  1. New commands (related to version 2.10), as per November 1993:
  2.  
  3. ******** version 2.20
  4.  
  5. In version 2.20 of AIM/2 a command 'affine' is added.
  6.  
  7. This command can be applied to 'map' an image such as a satellite picture
  8. to a cartographic map of the same area. Identical points are indicated
  9. by the mouse. Although three pair of points are sufficient to define the
  10. mapping, four pair of points are required as a minimum input.
  11. In a less serious application, affine can be used to transform or distort
  12. an image (e.g. changing TRUI's face).
  13.  
  14. Add this text to the Reference Manual, Chapter 5, Additional Operations:
  15.  
  16. 5.1 Specials
  17.  
  18. affine (*) : maps an input image to an output image
  19.  
  20. Affine asks for a number of pairs of points to be indicated with the mouse.
  21. Each pair consists of a point in the 'input' image and a point in the
  22. 'reference' image. The 'output' image is the resulting image.
  23. After at least four pairs have been indicated, <RETURN> stops asking for
  24. more inputs (mouse-clicks) and causes that the best transform which maps
  25. the input points onto the reference points is calculated. Then, the input
  26. image is transformed to the output image using this transform.
  27. Remarks:
  28. - <ESC> cancels points.
  29. - the output image must not be the input image.
  30.  
  31. command :  affine  in_image,  out_image,  ref_image
  32. default :  affine      A   ,      B    ,      D
  33. range   :            <A-D> ,    <A-D>  ,    <A-D>
  34.  
  35.  
  36. In AIM/3, version 3.00, the use of the Select-button in the affine command
  37. is in conflict with the Image Editing functions as described below.
  38. Hence, in 3.00 you have to use the Menu-button for clicking the points.
  39. As a side-effect you get the AIM-menu popped-up every time you press the
  40. Menu-button. Just ignore this.
  41. When using image A as the input and D as the reference image (default),
  42. be sure you have the display-windows of A and D alongside each other and
  43. with some distance in between. So the 'side-effect' pop-up menu will not
  44. mask the second window.
  45.  
  46. ***
  47.  
  48. Add this text to the Reference Manual, section 5, Additional Operations:
  49.  
  50. 5.2 Image Editing
  51.  
  52. making a selection, the selectmenu
  53.  
  54. A (rectangular) portion of a displayed image can be selected by clicking
  55. the Select-button while the mouse-pointer is at the top-left position of
  56. that portion and by 'dragging' the mouse-pointer to the bottom-right
  57. position. A 'rubberbox' is shown.
  58. At the release of the Select button, a information-box pops-up, allowing
  59. the modification of the top-left and bottom-right positions by typing the
  60. co-ordinates. When using the mouse, the smallest rectangle is 48x48 pixels,
  61. by typing the co-ordinates ('up to and including'), a smaller size may be
  62. achieved. The information-box disappears by clicking the OK button.
  63. The displaywindow with the red rectangle is now in - what might be called -
  64. a 'state of selection': clicking 'Menu' is not showing the usual AIM menu,
  65. but pops-up a special selectmenu with the entries <clear>, <select>,
  66. <copy> and <save>.
  67.  
  68. selectmenu: clear, select
  69.  
  70. Clicking at the entry 'clear' is finishing the 'state of selection'.
  71. Clicking at 'select' pops-up the information-box.
  72.  
  73. selectmenu: copy, save
  74.  
  75. The selection can be copied to an open AIM display-window, resulting in a
  76. new image in memory. This (smaller in size) image may be processed as usual.
  77. Alternatively, the selection can be saved to a filer-window or directly
  78. copied into an open application, e.g. as a GreySprite into the application
  79. !Sprite.
  80.  
  81. Note:
  82. The sizes of the selected portion are truncated to modulo-4 measures.
  83.  
  84. Related operations as 'pasting' and 'merging' may be expected in future
  85. releases.
  86.  
  87. ***
  88.  
  89. In AIM/3 the TCL-Image datafile is accepted.
  90. Add to the Reference Manual, section 6 Appendices:
  91.  
  92. 6.1.2 TCL header
  93.  
  94. The first 512 bytes of the TCL datafile form the 'header'.
  95. The first 32 (16 bit) words of it, contain information about the data in
  96. the file, the next 224 words contain user data (numerical) and descriptive
  97. text (ASCII).
  98.  
  99. 16b word # Contents
  100.  
  101. 1       0  if the file contains 16b pixels, 'unpacked'.
  102.         1  if the file contains 8b pixels, 'packed' in pairs into 16b words.
  103. 2       The number of elements in a line of the image.
  104. 3       The number of lines in the image.
  105. 4       The file-sequence number on the tape, starting with 1.
  106.         On disk files this entry is 0.
  107. 5       The number of bits per pixel:
  108.         5  :   5 bits greyvalue + 3 bits overlay colours
  109.         8  :   8 bits greyvalue
  110.         16: 16 bits greyvalue
  111. 6-32    Reserved for future use.
  112.  
  113. 33-128  User numerical data
  114. 129-204 User text
  115. 205-219 Creation date of the file
  116. 220-256 Description text
  117.  
  118.  
  119. ********* version 3.15 (May 1995)
  120.  
  121. Version 3.15 is compatible with RISC-OS 3.5 additions and the improved
  122. video capability of the RISC PC series. This results in an improved
  123. display of the greyvalue images (using 16 shades of grey in stead of 8).
  124. Moreover, AIM version 3.15 is multitasking.
  125.  
  126.  
  127. ********** A modified Users Manual (revision 1) is available  **********
  128. ********** for a complete information update and contains the **********
  129. ********** modified pages of the Reference Manual as well.    **********
  130.  
  131.  
  132.  
  133. If you don't have the printed manual already:
  134.  
  135. ****** Order for the 3-in-1 Manual (including revision 1) *******
  136.  
  137. This printed manual was written to help you in understanding what
  138. you are doing in Image Processing / Analysis and it gives you all
  139. the details of the AIM commands.
  140.                               
  141. Order for these +/- 120 pages of documentation containing
  142.  
  143. - a first Introduction in Image Processing,
  144. - the AIM Users Manual,
  145. - the AIM Reference Manual (describing the commands and options),
  146. - the update of the manual:
  147.   AIM Users Manual revision 1, including Ref.Manual revisions.
  148.  
  149. In UK:
  150.    Lindis International Ltd., Wood Farm, Linstead Magna,
  151.    Halesworth, Suffolk IP19 0DU (UK)
  152.  
  153. Worldwide:
  154.    ECD Computers,
  155.    Business Park Zuidflank, Patrijsweg 76,
  156.    2289 EX  Rijswijk (Holland).
  157.    Tel. +31(0)70 3194343
  158.    Fax +31(0)70 3194963
  159.    e-mail: ecdbv@xs4all.nl
  160.  
  161.